{ "version": 4, "terraform_version": "1.8.1", "serial": 553, "lineage": "41e4e094-bdac-91b0-cafb-f3e458531c2a", "outputs": { "db_endpoint": { "value": "db-3.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-716fe63ec01921849", "ami": "ami-d9e2ce4e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8193006d"], "subnet_id": "subnet-3660a982", "key_name": "prod-deploy-key" } } ] } ] }