{ "version": 4, "terraform_version": "1.6.2", "serial": 162, "lineage": "4420d61d-d5eb-9b07-57e9-0941dd32d0da", "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-22aab736a193fe645", "ami": "ami-6e2e068c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7f1cc5b6"], "subnet_id": "subnet-d0f495e8", "key_name": "prod-deploy-key" } } ] } ] }