{ "version": 4, "terraform_version": "1.5.0", "serial": 506, "lineage": "0a6dcaf1-0892-24da-2b4b-0590b90b02b4", "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-76860261fb0195dfc", "ami": "ami-97a3bc42", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b9bacf5b"], "subnet_id": "subnet-54ab44e0", "key_name": "prod-deploy-key" } } ] } ] }