{ "version": 4, "terraform_version": "1.7.1", "serial": 284, "lineage": "ec481dda-27ad-7996-373d-ba8511f92a3b", "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-a44043a6d8885e18f", "ami": "ami-1688160c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aaed9750"], "subnet_id": "subnet-e8b03ce9", "key_name": "prod-deploy-key" } } ] } ] }