{ "version": 4, "terraform_version": "1.6.7", "serial": 221, "lineage": "ad2335ec-0a8b-61d0-881e-2b533bcdeeb1", "outputs": { "db_endpoint": { "value": "db-3.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-c8ded98e86fb8860e", "ami": "ami-6a492c4e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6b45e0df"], "subnet_id": "subnet-c01d3aec", "key_name": "prod-deploy-key" } } ] } ] }