{ "version": 4, "terraform_version": "1.8.1", "serial": 132, "lineage": "2ffaf3f7-d557-0394-fb47-8d0d5d8499ef", "outputs": { "db_endpoint": { "value": "db-1.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-533b9be5af6c9b5dc", "ami": "ami-0039b604", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4bf5a001"], "subnet_id": "subnet-6c63d677", "key_name": "prod-deploy-key" } } ] } ] }