{ "version": 4, "terraform_version": "1.7.9", "serial": 120, "lineage": "2c18130f-6552-80e6-aa02-145384b50786", "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-41b53b9fb8eaea686", "ami": "ami-57bbd3be", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5a5ee3df"], "subnet_id": "subnet-d8ac72ea", "key_name": "prod-deploy-key" } } ] } ] }