{ "version": 4, "terraform_version": "1.6.0", "serial": 314, "lineage": "762a12dc-7de1-8a2d-6c1f-2c245e2bbeff", "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-03fd1b347aa18b4ce", "ami": "ami-a40cd967", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7b3ec79a"], "subnet_id": "subnet-b4c39e41", "key_name": "prod-deploy-key" } } ] } ] }