{ "version": 4, "terraform_version": "1.5.6", "serial": 354, "lineage": "b03527cc-ef42-6830-03e2-4f576c1d11d4", "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-25a7e35b1012f6057", "ami": "ami-24383b23", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-694b53b9"], "subnet_id": "subnet-dd216c88", "key_name": "prod-deploy-key" } } ] } ] }