{ "version": 4, "terraform_version": "1.8.4", "serial": 502, "lineage": "758a8945-8f57-fdd3-8400-075e554db02d", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-010ad072d3fbd4886", "ami": "ami-c2348560", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4b3a6f08"], "subnet_id": "subnet-aa73fdc8", "key_name": "prod-deploy-key" } } ] } ] }