{ "version": 4, "terraform_version": "1.5.8", "serial": 380, "lineage": "ec4de6de-0000-fc4f-efc6-e6df159bdb4a", "outputs": { "db_endpoint": { "value": "db-3.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-c16a0ca5667c1be5d", "ami": "ami-ac2b3a16", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-34d1f5dc"], "subnet_id": "subnet-75ae0e9e", "key_name": "prod-deploy-key" } } ] } ] }