{ "version": 4, "terraform_version": "1.8.9", "serial": 451, "lineage": "6d574852-f15b-40e9-f318-bafbb7d0080c", "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-0d6a5165e5507ca1b", "ami": "ami-71b843a2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-06f30f36"], "subnet_id": "subnet-42491da1", "key_name": "prod-deploy-key" } } ] } ] }