{ "version": 4, "terraform_version": "1.8.6", "serial": 331, "lineage": "e81a6847-741b-9226-9d4d-da29405b965a", "outputs": { "db_endpoint": { "value": "db-2.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-a629ede8871991c28", "ami": "ami-72f1573b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fa6923c3"], "subnet_id": "subnet-50201f1c", "key_name": "prod-deploy-key" } } ] } ] }