{ "version": 4, "terraform_version": "1.6.2", "serial": 424, "lineage": "8d84c91b-67b8-35f0-0d7c-73aa017b4c6b", "outputs": { "db_endpoint": { "value": "db-1.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-ee0fcae15a1d31048", "ami": "ami-3270c838", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-77ba6a11"], "subnet_id": "subnet-0491f141", "key_name": "prod-deploy-key" } } ] } ] }