{ "version": 4, "terraform_version": "1.6.6", "serial": 546, "lineage": "a4e9fe58-aa80-1b40-6d48-6ae7709aba30", "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-65c1156ff8732625f", "ami": "ami-77ad1622", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-75c5a9cb"], "subnet_id": "subnet-32cf91a5", "key_name": "prod-deploy-key" } } ] } ] }