{ "version": 4, "terraform_version": "1.7.0", "serial": 371, "lineage": "59b0a35f-7ecd-3342-f0dd-15855bbd3af1", "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-7998428ce3fcb6396", "ami": "ami-42d6da50", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9fafded7"], "subnet_id": "subnet-752d9374", "key_name": "prod-deploy-key" } } ] } ] }