{ "version": 4, "terraform_version": "1.8.9", "serial": 459, "lineage": "61188fe5-4e6e-6cff-1379-85a4d7c87869", "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-6ec3e0b82991ca294", "ami": "ami-8ecda80a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-70a690a6"], "subnet_id": "subnet-9eb153a8", "key_name": "prod-deploy-key" } } ] } ] }