{ "version": 4, "terraform_version": "1.6.7", "serial": 385, "lineage": "5bb13998-c8ba-41aa-f1a6-ef947c08876e", "outputs": { "db_endpoint": { "value": "db-0.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-70f8b55aaa4b623a5", "ami": "ami-6071d0e0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a26bdf72"], "subnet_id": "subnet-36ff1096", "key_name": "prod-deploy-key" } } ] } ] }