{ "version": 4, "terraform_version": "1.6.8", "serial": 482, "lineage": "7e3f1fbd-5e8c-066e-e9b7-d8eac4d79f0a", "outputs": { "db_endpoint": { "value": "db-2.eu-west-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-07e3852f0f5fb9951", "ami": "ami-68b32e85", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-41fc7734"], "subnet_id": "subnet-270a761b", "key_name": "prod-deploy-key" } } ] } ] }