{ "version": 4, "terraform_version": "1.6.6", "serial": 357, "lineage": "4a90ec38-9c83-2da9-f106-3c06bf194b9f", "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-c2ef299b2eecfa6f7", "ami": "ami-b0e59c26", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-73e72a82"], "subnet_id": "subnet-f476979c", "key_name": "prod-deploy-key" } } ] } ] }