{ "version": 4, "terraform_version": "1.6.4", "serial": 443, "lineage": "7fe90d23-491c-7673-b8a6-00aad7399e6d", "outputs": { "db_endpoint": { "value": "db-4.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-462e812fb2e153a44", "ami": "ami-7f9abd94", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6169a9ef"], "subnet_id": "subnet-402fc62e", "key_name": "prod-deploy-key" } } ] } ] }