{ "version": 4, "terraform_version": "1.6.0", "serial": 453, "lineage": "052339d6-4b0a-0985-c3f9-e11fb6a63a43", "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-aac7aaf9e33813acd", "ami": "ami-db2c3205", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-00283738"], "subnet_id": "subnet-b3c998e6", "key_name": "prod-deploy-key" } } ] } ] }