{ "version": 4, "terraform_version": "1.7.1", "serial": 392, "lineage": "f57a5e48-0b54-ee29-1a59-9d496df5703c", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-9752f711a21191580", "ami": "ami-fc728b4b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4f76afc5"], "subnet_id": "subnet-7b29caee", "key_name": "prod-deploy-key" } } ] } ] }