{ "version": 4, "terraform_version": "1.6.6", "serial": 548, "lineage": "4288f993-1a3e-a011-5772-192a97e6d770", "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-f0fa2325b8daf1fd8", "ami": "ami-c65109e1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2b4cfa5d"], "subnet_id": "subnet-b8aa4a80", "key_name": "prod-deploy-key" } } ] } ] }