{ "version": 4, "terraform_version": "1.6.9", "serial": 529, "lineage": "c8ae0da6-e6f4-772c-ae1b-bca97388d315", "outputs": { "db_endpoint": { "value": "db-1.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-b8852331cbdd4d470", "ami": "ami-0d4da0b7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aa43ea47"], "subnet_id": "subnet-fa491250", "key_name": "prod-deploy-key" } } ] } ] }