{ "version": 4, "terraform_version": "1.6.1", "serial": 155, "lineage": "dc3de534-7d6b-d7b2-ca60-c60dc8970738", "outputs": { "db_endpoint": { "value": "db-4.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-b2d690df846c4d4be", "ami": "ami-2fdcab76", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ff45d063"], "subnet_id": "subnet-5c25e67a", "key_name": "prod-deploy-key" } } ] } ] }