{ "version": 4, "terraform_version": "1.6.6", "serial": 337, "lineage": "f242ac23-b936-9791-53e3-8e8961f566af", "outputs": { "db_endpoint": { "value": "db-3.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-eb6adb06f7548db48", "ami": "ami-152472ec", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-00181d54"], "subnet_id": "subnet-b89746f2", "key_name": "prod-deploy-key" } } ] } ] }