{ "version": 4, "terraform_version": "1.7.9", "serial": 391, "lineage": "1af9c838-d74f-21cf-96f7-fc394efbdf02", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-6a640ac31059725c6", "ami": "ami-65e85270", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e8764724"], "subnet_id": "subnet-ca601e85", "key_name": "prod-deploy-key" } } ] } ] }