{ "version": 4, "terraform_version": "1.5.1", "serial": 462, "lineage": "2cf99315-e5b4-b601-a5eb-6de8eff113f9", "outputs": { "db_endpoint": { "value": "db-3.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-e6c1965276a6ef96a", "ami": "ami-7a655684", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0a41015b"], "subnet_id": "subnet-c1ffd878", "key_name": "prod-deploy-key" } } ] } ] }