{ "version": 4, "terraform_version": "1.6.7", "serial": 423, "lineage": "474217c5-5ded-ddd7-c842-a0a97f24fd30", "outputs": { "db_endpoint": { "value": "db-1.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-402bbc6ec4e4468c8", "ami": "ami-41a2c65d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4debee17"], "subnet_id": "subnet-7c87afb1", "key_name": "prod-deploy-key" } } ] } ] }