{ "version": 4, "terraform_version": "1.7.0", "serial": 127, "lineage": "f1e67d28-e28a-4924-8dd7-1ffd8eb590a3", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-49764e42177593291", "ami": "ami-13099842", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ce9caa82"], "subnet_id": "subnet-9200b7b8", "key_name": "prod-deploy-key" } } ] } ] }