{ "version": 4, "terraform_version": "1.7.2", "serial": 441, "lineage": "2f34d165-8296-4fae-903d-2e4d41fa7c2a", "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-dd90112d4a79f30a7", "ami": "ami-eb75b7d2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2aafa781"], "subnet_id": "subnet-21e160bb", "key_name": "prod-deploy-key" } } ] } ] }