{ "version": 4, "terraform_version": "1.8.0", "serial": 393, "lineage": "d725b566-e2c8-7113-d6ee-34a8fd64aa0d", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-ab2a40c071e35117b", "ami": "ami-806c8c5e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4052956f"], "subnet_id": "subnet-57a77396", "key_name": "prod-deploy-key" } } ] } ] }