{ "version": 4, "terraform_version": "1.5.4", "serial": 397, "lineage": "e03d0c4f-9701-e627-1c55-9c19c4a9b792", "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-42f541b889ca59e0b", "ami": "ami-e612465c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e14069ba"], "subnet_id": "subnet-a09c2604", "key_name": "prod-deploy-key" } } ] } ] }