{ "version": 4, "terraform_version": "1.6.3", "serial": 198, "lineage": "ea1d162a-2d42-eea4-971e-fc400d45aa55", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-45d3e5845b2968bbc", "ami": "ami-14ad8f58", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bb672c3c"], "subnet_id": "subnet-1c0cf084", "key_name": "prod-deploy-key" } } ] } ] }