{ "version": 4, "terraform_version": "1.6.5", "serial": 261, "lineage": "397f438d-ba87-04e8-0722-e9321cdcfe82", "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-2648646aa4a3fb7d9", "ami": "ami-6ee56761", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ef6b01ef"], "subnet_id": "subnet-0cbdb719", "key_name": "prod-deploy-key" } } ] } ] }