{ "version": 4, "terraform_version": "1.6.5", "serial": 392, "lineage": "d71f0244-cce4-7bf7-a863-a2fbbc1d0734", "outputs": { "db_endpoint": { "value": "db-2.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-9f989f06907f56fdb", "ami": "ami-9a382be8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f733f90"], "subnet_id": "subnet-43007578", "key_name": "prod-deploy-key" } } ] } ] }