{ "version": 4, "terraform_version": "1.5.3", "serial": 126, "lineage": "09f798f5-5d5c-254e-46cb-3665bc4a48ed", "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-01a339a5f23680e92", "ami": "ami-f4659d58", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7b156be8"], "subnet_id": "subnet-8f9ff230", "key_name": "prod-deploy-key" } } ] } ] }