{ "version": 4, "terraform_version": "1.6.7", "serial": 547, "lineage": "80fdb71f-11e2-402b-ca12-64292c480bf3", "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-12935a958fa89476c", "ami": "ami-b22251f7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-265477bf"], "subnet_id": "subnet-6da7f178", "key_name": "prod-deploy-key" } } ] } ] }