{ "version": 4, "terraform_version": "1.5.1", "serial": 540, "lineage": "55ef12a8-0e3c-717e-be7a-88cb75eb774e", "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-2a1603c3f77344652", "ami": "ami-ea2dfae2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c9119f70"], "subnet_id": "subnet-4eff230c", "key_name": "prod-deploy-key" } } ] } ] }