{ "version": 4, "terraform_version": "1.7.5", "serial": 406, "lineage": "6079d4e7-72dd-13b3-5777-ce3564c94d9e", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a14f59f50df2060d1", "ami": "ami-5406c3e4", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-183b6ebf"], "subnet_id": "subnet-29c0a206", "key_name": "prod-deploy-key" } } ] } ] }