{ "version": 4, "terraform_version": "1.8.9", "serial": 261, "lineage": "2481d703-81b6-52d7-8306-e6f4d3395878", "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-d1c0fc2f5c9c790ff", "ami": "ami-99fac0f3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f9253389"], "subnet_id": "subnet-8297be5d", "key_name": "prod-deploy-key" } } ] } ] }