{ "version": 4, "terraform_version": "1.7.0", "serial": 360, "lineage": "fb7d6ae9-ad99-653f-63c1-b98bb0cd3097", "outputs": { "db_endpoint": { "value": "db-2.us-east-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-327b15e71f69af29b", "ami": "ami-74ea705c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-01da6cd7"], "subnet_id": "subnet-fb07ec93", "key_name": "prod-deploy-key" } } ] } ] }