{ "version": 4, "terraform_version": "1.7.4", "serial": 108, "lineage": "59df7988-dc7c-5b3c-88ae-d9ee160edf7e", "outputs": { "db_endpoint": { "value": "db-3.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-984b5b80ca6b16210", "ami": "ami-d34e245d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f4814a43"], "subnet_id": "subnet-21dffe14", "key_name": "prod-deploy-key" } } ] } ] }