{ "version": 4, "terraform_version": "1.6.5", "serial": 165, "lineage": "7da22b59-7c76-4fc2-b099-dc15ee911a80", "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-3b8d9cb09c69fe087", "ami": "ami-b8d5b7ad", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4944659f"], "subnet_id": "subnet-bdd86431", "key_name": "prod-deploy-key" } } ] } ] }