{ "version": 4, "terraform_version": "1.6.5", "serial": 570, "lineage": "3a8bdf03-ace7-ba07-a6df-6d8167782e3c", "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-963a80cf7932429de", "ami": "ami-5dc7c172", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8f2588ec"], "subnet_id": "subnet-4aff5a63", "key_name": "prod-deploy-key" } } ] } ] }