{ "version": 4, "terraform_version": "1.8.3", "serial": 371, "lineage": "89949b4f-62fd-3188-8f1e-b6cef9029f9e", "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-470572c53af47b98c", "ami": "ami-489a81aa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7f868ffe"], "subnet_id": "subnet-d369e233", "key_name": "prod-deploy-key" } } ] } ] }