{ "version": 4, "terraform_version": "1.5.9", "serial": 468, "lineage": "989c8ed9-cb9a-2490-2858-2d48b324349e", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-ba9b5fd8b08d9480e", "ami": "ami-c89cff50", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-46dde34a"], "subnet_id": "subnet-0fffa4b3", "key_name": "prod-deploy-key" } } ] } ] }