{ "version": 4, "terraform_version": "1.6.1", "serial": 598, "lineage": "317fe507-de9e-ee0e-cf57-3eb0f71e44a2", "outputs": { "db_endpoint": { "value": "db-2.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-2a7152395af16ff13", "ami": "ami-b76bb450", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f89b17a"], "subnet_id": "subnet-51a3887b", "key_name": "prod-deploy-key" } } ] } ] }