{ "version": 4, "terraform_version": "1.6.4", "serial": 446, "lineage": "90b6bd7f-ef3a-0304-3b01-fec9b522ead6", "outputs": { "db_endpoint": { "value": "db-4.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-6411b1273393e7c19", "ami": "ami-cf02e5a1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-967b1bc0"], "subnet_id": "subnet-5c80f653", "key_name": "prod-deploy-key" } } ] } ] }