{ "version": 4, "terraform_version": "1.5.3", "serial": 546, "lineage": "f5bab9db-9ca9-e278-8121-5a776f4f92dd", "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-6334b1341dbaf4f0e", "ami": "ami-5760f629", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4ee9f828"], "subnet_id": "subnet-f551d784", "key_name": "prod-deploy-key" } } ] } ] }