{ "version": 4, "terraform_version": "1.7.8", "serial": 466, "lineage": "37e26800-9ee4-c965-4edd-19a7c73dc5da", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-bff79b9e7479ff494", "ami": "ami-5829c8b1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-91048454"], "subnet_id": "subnet-3fbb4502", "key_name": "prod-deploy-key" } } ] } ] }