{ "version": 4, "terraform_version": "1.6.0", "serial": 171, "lineage": "38fb1dd4-6f76-2e8f-2de2-9d7d7920705d", "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-905624fbe85825933", "ami": "ami-e4012efc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c6eae0e9"], "subnet_id": "subnet-17fcb079", "key_name": "prod-deploy-key" } } ] } ] }