{ "version": 4, "terraform_version": "1.6.2", "serial": 106, "lineage": "9be1dc66-0a62-2379-4b11-46f4c6c3c5e4", "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-65f939787182bc767", "ami": "ami-9d7e5590", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1534e71e"], "subnet_id": "subnet-85c6d523", "key_name": "prod-deploy-key" } } ] } ] }