{ "version": 4, "terraform_version": "1.5.8", "serial": 185, "lineage": "eac3fbc2-d1b0-1db1-4deb-baa6296bec32", "outputs": { "db_endpoint": { "value": "db-0.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-2795213a616c1d2f9", "ami": "ami-06d9d0ff", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b88b85c1"], "subnet_id": "subnet-a076d9dd", "key_name": "prod-deploy-key" } } ] } ] }