{ "version": 4, "terraform_version": "1.8.1", "serial": 123, "lineage": "82afe0e6-95a1-38b0-808d-998ab8c34ca8", "outputs": { "db_endpoint": { "value": "db-0.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-72f43d84ed62a45cb", "ami": "ami-7a472e13", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d8cd0ec2"], "subnet_id": "subnet-0056717c", "key_name": "prod-deploy-key" } } ] } ] }