{ "version": 4, "terraform_version": "1.5.5", "serial": 483, "lineage": "8c9cafac-9332-f9d7-e499-c62518266647", "outputs": { "db_endpoint": { "value": "db-2.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-98a8d9d27c2a5e15b", "ami": "ami-d0f26156", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a9c2b99a"], "subnet_id": "subnet-88f2f1f7", "key_name": "prod-deploy-key" } } ] } ] }