{ "version": 4, "terraform_version": "1.8.5", "serial": 285, "lineage": "0946c35f-5e9f-1e5e-a80a-5288aba90ec7", "outputs": { "db_endpoint": { "value": "db-3.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-20715fbd2a99a7750", "ami": "ami-d3df1411", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7b9721ee"], "subnet_id": "subnet-9ee31e61", "key_name": "prod-deploy-key" } } ] } ] }