{ "version": 4, "terraform_version": "1.5.2", "serial": 318, "lineage": "b2231c84-0dbd-7568-98bd-0d0e75b4106c", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e660dbd1188ee9247", "ami": "ami-29be9fdd", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d68c9ec8"], "subnet_id": "subnet-cb1abaa9", "key_name": "prod-deploy-key" } } ] } ] }