{ "version": 4, "terraform_version": "1.7.3", "serial": 350, "lineage": "d319c8ce-62f0-3101-a071-0c323de21098", "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-08d297b9d9fc4d108", "ami": "ami-44287cce", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6a767a4a"], "subnet_id": "subnet-6cf047cf", "key_name": "prod-deploy-key" } } ] } ] }